#' @author Chebuu
#' @title <theconfigfile>.R
#' @concept You don't have this
#' @details You call me, I give you.
#' @family Family como mis parceros
PAGE_BASE <- NULL # Base url to iterate
FILE_BASE <- NULL # Base url to iterate
XPATH_PAGES <- list(
# XPath queries
'//div[2]/header[1]/em' = xml2::xml_find_all
)
XPATH_FILES <- list(
# XPath queries
'//div[1]/div[1]/strong[1]/a' = xml2::xml_find_first,
'//div[1]/div[2]/strong[1]/a[1]' = xml2::xml_find_first,
'//div[1]/div[2]/strong[1]/a[2]' = xml2::xml_find_first
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.